home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 29 / CDT29.iso / e-Mail / WorldClient Pro 2.2.3 / wcsetup.exe / WEBHELP.ZIP / treeview / ImageSetSource.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-10-21  |  198 b   |  6 lines

  1. package treeview;
  2.  
  3. public interface ImageSetSource {
  4.    ImageSet getImages();
  5. }
  6.